Type VectorStorage<T>
Namespace MathNet.Numerics.LinearAlgebra.Storage
Interfaces IEquatable<VectorStorage<T>>
Not range-checked.
int indexThe index of the element.
TThe requested element.
WARNING: This method is not thread safe. Use "lock" with it and be sure to avoid deadlocks.
int indexThe index of the element.
T valueThe value to set the element to.
booltrue if the current object is equal to the other parameter; otherwise, false.
return int
|